home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / GNU_Backgammon / gnubg-MAIN-20110822-setup.exe / {app} / met / README < prev    next >
Text File  |  2002-03-10  |  727b  |  21 lines

  1. This directory contains 
  2.  
  3. * XML files with match equity tables for use with GNU Backgammon. You may
  4.   add your own for use with GNU Backgammon. If you think your table has
  5.   public interest and you would like to have it included in the GNU Backgammon
  6.   distribution, please mail it to <bug-gnubg@gnu.org>.
  7.  
  8. * the Document Type Definition (DTD) for the match equity tables (met.dtd),
  9.  
  10. * a stylesheet file for converting match equity XML files to HTML files;
  11.  
  12.   The style sheet (met.xsl) can be used to convert the match equity XML files
  13.   to HTML with any XSLT processor, for example xsltproc from the libxml2 
  14.   package:
  15.  
  16.   % xsltproc -o woolsey.html met.xsl woolsey.xml 
  17.  
  18.  
  19.  
  20. $Id: README,v 1.1 2002/03/10 17:18:27 thyssen Exp $
  21.